home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1990 / Aug 90 / MacApp.Tech$ 8⁄31⁄90 / 1874-Bug in TDocument.Ope-Aug90 < prev    next >
Encoding:
Text File  |  1991-03-06  |  671 b   |  20 lines  |  [TEXT/GEOL]

  1. Item    8881262                         30-Aug-90        17:28PDT
  2.  
  3. From:   LENOIL                          Lenoil, Robert
  4.  
  5. To:     MACAPP.TEST                     MacApp SQA Team
  6.         MACDTS                          Macintosh Developer Tech Supt
  7.         MACAPP.TECH$                    MacApp Technical
  8.  
  9. Sub:    Bug in TDocument.OpenAgain
  10.  
  11. There's a bug in TDocument.OpenAgain (MacApp 2.0 final).  It tries to select
  12. the first window in the document's window list, but does not check if the
  13. window list is empty.  The fix is to change the line "window.Select;" to
  14. "IF window <> NIL THEN window.Select;"
  15.  
  16. Object-ively yours,
  17.  Robert Lenoil
  18.  Apple Computer, Inc.
  19.  
  20.